home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 May
/
PCWorld_2000-05_cd.bin
/
Software
/
TemaCD
/
povray
/
povwin3.exe
/
%MAINDIR%
/
Insert Menu
/
Shapes
/
sphere.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-04-06
|
192 b
|
8 lines
// create a sphere shape
sphere
{
<0, 1, 0> // center of sphere <X Y Z>
0.5 // radius of sphere
// scale <1,2,1> // <= Note: Spheres can become ellipses by uneven scaling
}